Xbasic

A5.LABEL_LOCATION Function

Syntax

Filename as C = A5.Label_Location(C name)

Arguments

Filename

The name of the file that contains the specified label layout.

name

The name of a label layout.

Description

The A5.LABEL_LOCATION() method returns the name of the file that contains the specified label layout.

Example

? a5.Label_Location("CustomerLabels")
= "c:\databases\expressions test\customer.ddd"

Limitations

Desktop applications only.

See Also